body {
    background: #B3B3B3;
    font-size: 150%;
    margin: 4%;
}

#door {
    margin: auto;
    width: 50%;
    text-align: center;
}

h3 {
    text-align: center;
}



.theform {
    margin: auto;
    width: 50%;

}

img {
    width: 100% height: 100%;
}

iframe {
    margin: auto;
    width: 50%;
    min-height: 500px;

}

.btn-site {
    color: white;
    background: #153484;

}

.btn-site:hover {
    border-color: #D56942;
    border-style: solid;
    border-width: 1px;

}

.btn {
    background: #633322;
    border: 1px solid #999;
    float: left;
    font-size: 29px;
    font-weight: bold;
    margin-right: -1px;
    margin-top: -1px;
    margin: 5px;
    text-align: center;
    min-width: 55px;
    color: white;

}


.btn:hover {
    border-color: #D56942;
    border-style: solid;
    border-width: 1px;
    -webkit-transform: rotateY(25deg);
    -moz-transform: rotateY(25deg);
    -ms-transform: rotateY(25deg);
    transform: rotateY(25deg);

}

a {
    color: black;
    stroke: none;
}

header {
    background-color: #666666;
    text-align: center;
    padding: 0px 0px 15px;
}

section {
    display: block;
    margin-right: 2%;

}

h1 {
    color: #FFFFFF;
}

nav {
    font-variant: small-caps;
    font-size: 150%;
    font-family: Arial, "Times New Roman", serif;
}

h2 {
    text-align: center;
    font-size: 25px;
    color: #FFFFFF;
    background-color: #EB760D;
}

details {
    font-style: italic;
}

summary {
    font-style: normal;
}

footer {
    background-color: #666666;
    text-align: center;
    clear: both;
}

img {
    width: 125px;
}